home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 3565-4.665 / dmg-4385 / custom_2 / fswitch / fswitch.txt < prev    next >
Text File  |  1987-04-21  |  5KB  |  121 lines

  1.                             Font Switch 1.1
  2.                             ~~~~~~~~~~~~~~~
  3.                             By Auld Bastid
  4.                   Big Bum In A Wee Frame Productions
  5.                            3rd January 1994
  6.  
  7.  
  8. Notice:
  9. ~~~~~~~
  10. This program is public domain. All PD libraries and general users are
  11. welcome to use and distribute this program as they see fit. However if
  12. you use and like this program then I would appreciate some software or
  13. something - just to make me feel wanted!
  14.  
  15. This program can also be included on magazine cover disks, but I will
  16. of course expect some form of renumeration. Nothing too fancy mind you.
  17.  
  18. In any case please ensure that the basic program FSWITCH.ACB and this
  19. document (FSWITCH.TXT) are kept together when distributing this
  20. program.
  21.  
  22. Disclaimer (Or It's Not My Fault Guv'ner)
  23. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  24.  
  25. This program does what it was designed to do. If you start mucking
  26. around with the code and it does strange things to your system then
  27. 'don't blame me.' However if while using this program the system
  28. crashes then once again 'don't blame me.' The program does some brute
  29. jiggery to change the system fonts, the program may - inadvertantly -
  30. crash the system. So ALWAYS save your program before changing fonts on-
  31. the-fly.
  32.  
  33.  
  34. Requirements:
  35. ~~~~~~~~~~~~~
  36.         The STOS Basic package
  37.  
  38. Basic usage:
  39. ~~~~~~~~~~~~
  40.         To get this program operational use a line similar to:
  41.  
  42.         accload "fswitch"
  43.  
  44.         to load it as an STOS accessory or alternatively use:
  45.  
  46.         load "fswitch.acb"
  47.  
  48.         to load as a normal STOS basic program.
  49.  
  50. What Is It?
  51. ~~~~~~~~~~~
  52.  
  53. I change fonts in my compiler folder quite a lot, for different
  54. purposes. Also while programming for a different - unreadable - font it
  55. was useful to change a font mid programming session without having to
  56. re-boot STOS. And so Font Switch was born. The initial program was very
  57. crude and was in no way user friendly. User vicious more like. A short
  58. article in STOSSER diskzine (Hi Tony) made me realise that other people
  59. could do with this program as well. A few tweeks here and there and I'm
  60. releasing it.
  61.  
  62. The Menu Bar
  63. ~~~~~~~~~~~~
  64.  
  65. About:                  Only has two headings telling you 'About' the
  66. ~~~~~~                  program and me, and the STOSSER diskzine.
  67.  
  68. File:
  69. ~~~~~
  70. Load .MBK               Allows you to load MBK files for installation
  71.                         as a system font or as a CR? font to use as
  72.                         defaults. This is the file format that the STOS
  73.                         fonts accessory save out. Normally this file
  74.                         would be LOADed into STOS as a memory bank.
  75.                         (See page 48 to 50 in the STOS manual)
  76.  
  77. Load .CR?               This is the file format that STOS uses to load
  78.                         it's default system fonts. These files are
  79.                         identical to the MBK files except that the 18
  80.                         bytes header information is missing. (See page
  81.                         172 in the STOS manual)
  82.  
  83. Quit                    Erm. Exits the program.
  84.  
  85. Install:
  86. ~~~~~~~~
  87.  
  88. As System #1            This allows you to change the low res system
  89.                         font with the currently loaded one. Only an
  90.                         equal sized font can be used where the size is
  91.                         file length NOT width and/or height.
  92.  
  93. As System #2            As above but for the Medium Res font.
  94.  
  95. As System #3            As above but for the High res font.
  96.  
  97. In Compiler Folder      This operation allows you to change the default
  98.                         fonts in the Compiler folder. Only programs
  99.                         compiled to GEM will use these default fonts.
  100.                         Any sized font may be used in this manner,
  101.                         however care must be taken to ensure that large
  102.                         fonts do not print past the screen.
  103.  
  104. In STOS Folder          This operation allows you to change the default
  105.                         fonts in the STOS folder. To see these new
  106.                         fonts a reboot MUST be performed. Any sized
  107.                         font may be used in this manner, however care
  108.                         must be taken to ensure that large fonts do not
  109.                         print past the screen.
  110.  
  111. View:   In Low,         Simply allows you to see the font you are about
  112. ~~~~~   Medium & High   to install in the relevent resolution.
  113.                         Obviously if you don't have a high res monitor
  114.                         you can't see the hig res font in hi res.
  115.                         (And vice versa)
  116.  
  117.  
  118. For further information about STOS font, I reccommend that you read the
  119. article 'Customising STOS: Part 2' in the January issue of STOSSER
  120. diskzine.
  121.